c# connect to mongodb

64

c# connect to mongodb -

using MongoDB.Driver;
MongoClient client = new MongoClient("mongodb://localhost:27017");

Comments

Submit
0 Comments